home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / tsr / snippr25.zip / SNIPPER.TXT < prev   
Text File  |  1992-08-12  |  3KB  |  50 lines

  1. SNIPPER is a TSR designed to give users the ability to "paste" text from one
  2. application into another.  SNIPPER saves text either to an internal buffer or
  3. to a file.  Text saved to the internal buffer can be recalled as keyboard
  4. input at a later time.
  5.  
  6. SNIPPER, version 2.5, has been enhanced to allow users of communications
  7. programs to have a message quoting function, which is a major feature lacking
  8. from most of these programs.
  9.  
  10. Invoke SNIPPER by putting it in your communications batch file or your 
  11. autoexec.bat file.  It doesn't take up a lot of memory, (under 4k bytes ) so
  12. it is not too demanding.
  13.  
  14. In a communications program, to quote text use your "scrollback" function
  15. to get the text you want to quote onto the screen. Type ALT-W (that is, hold
  16. down the ALT key and hit the W key simultaneously) and a cursor will pop up
  17. on your screen. 
  18.  
  19. Position the cursor to the start of the text that you want to save (via the
  20. arrow keys) and hit RETURN.  This will anchor the right corner of the text.
  21.  
  22. Using the arrow keys, move the cursor to the end of the text you want to quote
  23. and hit Q. (for SAVE).  The window holding the text will change back to normal
  24. attributes.
  25.  
  26. Hit ESC to return to the text of the reply message you were working on (if you
  27. used scrollback to get where you were), position the cursor where you want the
  28. quote, and hit ALT-W, G (for GET). The program will then dump the text you
  29. saved to the screen as if you typed it in.  If, for some reason, it does not
  30. type ALL of the text, simply hit RETURN. 
  31.  
  32. You may also save the marked text to a file, or to the printer, but hitting F
  33. for File or P for Printer at the end of marking.
  34.  
  35. This program puts a "> " before starting to write the line of text.  You may
  36. change this character by modifying the enclosed source code.  BECAUSE it adds
  37. the "> ", you should be careful when quoting lines of > 78 characters.  These
  38. will probably cause an ugly message on your local bbs, with the > and 78
  39. characters on one line, and the other 2 characters on the next.
  40.  
  41. A DEBUG input file is included so that you can modify the "hotkey" which
  42. activates SNIPPER, the prefix characters that SNIPPER inserts for quoting
  43. functions and the default filename for file saves.
  44.  
  45. This program is based on SNIPPER, which was originally published in PC-MAGAZINE
  46. Kudos go to PC-MAGAZINE for putting this stuff out where we can play with it
  47. and modify good code to do the things we want to do.  If you like it, try to
  48. get a subscription to PC-Magazine if you don't already have one.  I think we
  49. should support the folks who put this stuff out for us to play with.
  50.